Inheritance diagram for Exponent::GUI::Graphics::CJPEGImage:

Definition at line 32 of file CJPEGImage.hpp.
| Exponent::GUI::Graphics::CJPEGImage::CJPEGImage | ( | const CSystemString & | filename | ) |
Construction with a file name
| filename | Name of the file to load |
| CException | On load error |
| Exponent::GUI::Graphics::CJPEGImage::CJPEGImage | ( | ) |
Construction
| virtual Exponent::GUI::Graphics::CJPEGImage::~CJPEGImage | ( | ) | [virtual] |
Destruction
| virtual EImageFormats Exponent::GUI::Graphics::CJPEGImage::getImageFormat | ( | ) | const [inline, virtual] |
Get the format
| EImageFormats | The format of the image |
Implements Exponent::GUI::Graphics::IImage.
Definition at line 67 of file CJPEGImage.hpp.
References Exponent::GUI::Graphics::IImage::e_jpeg.
| static CJPEGImage* Exponent::GUI::Graphics::CJPEGImage::getNewInstance | ( | const CSystemString & | path, | |
| const CString & | filename | |||
| ) | [static] |
Get a new JPG image instance
| path | The containing folder of the image | |
| filename | the name of the file |
| CJPEGImage* | The new instance or NULL on error |
| virtual bool Exponent::GUI::Graphics::CJPEGImage::loadFromFile | ( | const CSystemString & | filename | ) | [virtual] |
Load from a file
| filename | The name of the file |
| bool | True if loaded the image properly, false on error |
Reimplemented from Exponent::GUI::Graphics::CBaseImage.